-
Home
-
WP Import – Ultimate CSV XML Importer for WordPress
-
7.22 (latest)
-
Code
-
Classes
- Tokenizer
Total Complexity |
91 |
Dependencies |
6 |
Dependents |
1 |
Total lines |
391 |
Lines of code |
269 |
Logical lines of code |
206 |
Comment lines |
23 |
Methods |
11 |
Properties |
6 |
Methods 11
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
tokenize() |
D |
26 |
44 |
153 |
buildReversePolishNotation() |
C |
35 |
31 |
84 |
isAlpha() |
S |
76 |
5 |
3 |
isNumber() |
S |
79 |
2 |
3 |
emptyNumberBufferAsLiteral() |
S |
70 |
2 |
6 |
emptyStrBufferAsVariable() |
S |
70 |
2 |
6 |
__construct() |
S |
91 |
1 |
2 |
isDot() |
S |
80 |
1 |
3 |
isLP() |
S |
80 |
1 |
3 |
isRP() |
S |
80 |
1 |
3 |
isComma() |
S |
80 |
1 |
3 |